This forum is closed to new posts and
responses. The content has been migrated to the Digital Solutions Community. Please join us there for new content as well as this content. For customer support, please visit the official HCL customer support channels below:
I have the following code fragment that runs fine on my 32 bit XP machine with an 8.5.3 client, but when run on a 64 bit Windows 7 Professional machine, it fails with the error "msxml6.dll: The operation timed out." on the "xmlhttp.send()" operation.
The 64 bit Windows 7 machine does have both 32 bit and 64 bit versions of msxml core services installed. It seems more like a Microsoft XML problem than a lotusscript problem, but you guys are pretty smart(and helpful), so I thought I'd try here.
Set xmlhttp = CreateObject("Msxml2.ServerXMLHTTP.6.0")
' set weatherStation string to a url
Call xmlhttp.open("GET", weatherStation)
Call xmlhttp.send()
Feedback number WEBB8MUT38 created by ~Mark Zektumimarnivu on 10/21/2011
Status: Open
Comments: